home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d22 / pmc51a.arc / ML21.ARC / HELP.ML < prev    next >
Encoding:
Text File  |  1990-01-21  |  22.2 KB  |  281 lines

  1. ┌────────────────────────────────┬─┬──────────────────────────────────────────┐
  2. │                                │ │                                          │
  3. │  Mouse Lister - Version 2.1    │ │ HELP.ML  This file may be viewed anytime │                                       │
  4. │  (ML for short)                │ │ in ML simply by pressing F1 or clicking  │
  5. │                                │ │ on the word "Help" on the top line.      │
  6. ├────────────────────────────────┤ │                                          │
  7. │                                │ │ Use the arrow keys, page up, page down,  │
  8. │  Copyright 1989 by Gil Yoder   │ │ home and end, as well as the mouse to    │
  9. │  P.O. Box 307                  │ │ browse through the help text.            │
  10. │  Coalgate, OK 74538            │ │                                          │
  11. │                                │ │ This help file must be distributed       │
  12. │  (405) 927-3459   -   Home     │ │ without modification anytime you make a  │
  13. │  (405) 927-2831   -   Office   │ │ copy for other people to see, but        │
  14. │  73237,3103       -   CIS#     │ │ please feel free to modify this help     │
  15. │                                │ │ file for you own use.                    │
  16. ├────────────────────────────────┴─┴──────────────────────────────────────────┤
  17. │                                                                             │
  18. │   WHAT IS MOUSE LISTER?                                                     │
  19. │                                                                             │
  20. │   ML is a small mouse oriented program for listing ordinary text files.     │
  21. │   While there are several excellent programs for listing text files, there  │
  22. │   are few if any readily available listing programs that take advantage of  │
  23. │   the mouse device.                                                         │
  24. │                                                                             │
  25. │   After writing WINDIR, a mouse oriented directory utility, the need for a  │
  26. │   program such as ML was felt.  WINDIR would allow the user to point at a   │
  27. │   file in a directory with a mouse and list the file with a file lister of  │
  28. │   his choice.  Using an ordinary listing program meant that the user would  │
  29. │   need to put the mouse aside while he was in the lister, and return to     │
  30. │   the mouse when WINDIR was re-entered.  ML solves this problem.            │
  31. │                                                                             │
  32. │                                                                             │
  33. ╞═════════════════════════════════════════════════════════════════════════════╡
  34. │   MOUSE LISTER FUNCTIONS:                                                   │
  35. │                                                                             │
  36. │   Most of ML's functions can be accessed from the keyboard or from the      │
  37. │   mouse.  The following list explains each function.  Unless otherwise      │
  38. │   indicated the left mouse button should be depressed after placing the     │
  39. │   mouse cursor in the proper location to access the function.               │
  40. │                                                                             │
  41. ╞═════════════════════════════════════════════════════════════════════════════╡
  42. │   FUNCTION     KEY      MOUSE LOCATION     EXPLANATION                      │
  43. ├─────────────────────────────────────────────────────────────────────────────┤
  44. │                                                                             │
  45. │   Quit         Esc      Bottom right       Exits the program and returns    │
  46. │                         corner of screen   to the calling program (usually  │
  47. │                                            DOS).  You must click twice to   │
  48. │                                            exit with the mouse.  If a       │
  49. │                                            mouse is installed a double      │
  50. │                                            note will usually be shown in    │
  51. │                                            the bottom right corner.  The    │
  52. │                                            double notes remind you that     │
  53. │                                            you need to double click here    │
  54. │                                            to exit.  After one click the    │
  55. │                                            double note will change to a     │
  56. │                                            single note.  If you click here  │
  57. │                                            again without issuing another    │
  58. │                                            command you will exit.  While    │
  59. │                                            viewing this file this command   │
  60. │                                            will cause you to return to the  │
  61. │                                            main file.                       │
  62. ╞═════════════════════════════════════════════════════════════════════════════╡
  63. │   FUNCTION     KEY      MOUSE LOCATION     EXPLANATION                      │
  64. ├─────────────────────────────────────────────────────────────────────────────┤
  65. │   PageDown     PageDown Bottom line        Displays the next screen-full    │
  66. │                                            of lines.  Use the right mouse   │
  67. │                                            button to access this function.  │
  68. ╞═════════════════════════════════════════════════════════════════════════════╡
  69. │   FUNCTION     KEY      MOUSE LOCATION     EXPLANATION                      │
  70. ├─────────────────────────────────────────────────────────────────────────────┤
  71. │   PageUp       PageUp   Top line           Displays the previous screen-    │
  72. │                                            full of lines.  Use the right    │
  73. │                                            mouse button to access this      │
  74. │                                            function.                        │
  75. ╞═════════════════════════════════════════════════════════════════════════════╡
  76. │   FUNCTION     KEY                         EXPLANATION                      │
  77. ├─────────────────────────────────────────────────────────────────────────────┤
  78. │   Home         Home                        Displays text starting with      │
  79. │                                            line one of the text.            │
  80. ╞═════════════════════════════════════════════════════════════════════════════╡
  81. │   FUNCTION     KEY                         EXPLANATION                      │
  82. ├─────────────────────────────────────────────────────────────────────────────┤
  83. │   End          End                         Displays the last page of text.  │
  84. ╞═════════════════════════════════════════════════════════════════════════════╡
  85. │   FUNCTIONS    KEYS                        EXPLANATION                      │
  86. ├─────────────────────────────────────────────────────────────────────────────┤
  87. │   Up           Up arrow                    These keys move the window on    │
  88. │   Down         Down arrow                  the text.  Up arrow will make    │
  89. │   Right        Right arrow                 the window move up (text will    │
  90. │   Left         Left arrow                  appear to move down).  The       │
  91. │                                            other keys mentioned work        │
  92. │                                            similarly.                       │
  93. ├─────────────────────────────────────────────────────────────────────────────┤
  94. │   The preceding eight functions are mimicked and expanded with the mouse.   │
  95. │   To the right of the text and below the text are "slider bars" that        │
  96. │   demonstrate graphically where the window is in relation to the text.      │
  97. │   For example if the green (or grey) box is at the top of the vertical      │
  98. │   bar, the window is at the top of the file.  If the box is in the center   │
  99. │   of the bar, the window is in the middle of the text.  The mouse may be    │
  100. │   used to make quick adjustments of the window location. By placing the     │
  101. │   mouse in one of the bars and pressing the left button the window will be  │
  102. │   instantly moved.  You can drag the window indicator in both bars by       │
  103. │   holding down the left button and moving the mouse cursor.                 │
  104. │                                                                             │
  105. │   By placing the mouse cursor on one of the arrow characters at the ends    │
  106. │   of both bars and pressing the left button the mouse can mimic the up,     │
  107. │   down, left, and right arrow keys, but the text will change much faster    │
  108. │   than if you used the arrow keys.  To make a fine adjustment of the        │
  109. │   location of the text in the window, place the mouse cursor within the     │
  110. │   text window, hold down the left button and drag the text to the location  │
  111. │   in the screen you wish it to be.                                          │
  112. ╞═════════════════════════════════════════════════════════════════════════════╡
  113. │   The following functions have no mouse counterpart.  These functions are   │
  114. │   accessed by keys associated with the function by letter.                  │
  115. ├─────────────────────────────────────────────────────────────────────────────┤
  116. │   FUNCTIONS    KEY                         EXPLANATION                      │
  117. ├─────────────────────────────────────────────────────────────────────────────┤
  118. │   Find         F                           The find command allows the      │
  119. │                                            user to quickly find any string  │
  120. │                                            in a file.  The user will be     │
  121. │                                            asked for the string to find.    │
  122. │                                            Pressing enter at this time      │
  123. │                                            will start the search.           │
  124. │                                            Pressing escape will abort the   │
  125. │                                            search.  The find command is     │
  126. │                                            case insensitive, i.e. CASE =    │
  127. │                                            case.                            │
  128. ╞═════════════════════════════════════════════════════════════════════════════╡
  129. │   FUNCTIONS    KEY                         EXPLANATION                      │
  130. ├─────────────────────────────────────────────────────────────────────────────┤
  131. │   Case         C                           The case command is              │
  132. │                                            functionally the same as the     │
  133. │                                            find command explained above     │
  134. │                                            with the exception that it is    │
  135. │                                            case sensitive, i.e. CASE <>     │
  136. │                                            case.                            │
  137. ╞═════════════════════════════════════════════════════════════════════════════╡
  138. │   FUNCTIONS    KEY                         EXPLANATION                      │
  139. ├─────────────────────────────────────────────────────────────────────────────┤
  140. │   Next         N                           The next command repeats the     │
  141. │                                            last find or case command with   │
  142. │                                            the string specified at that     │
  143. │                                            time.  Case sensitivity will     │
  144. │                                            depend upon which function,      │
  145. │                                            find or case, was specified      │
  146. │                                            last.                            │
  147. ╞═════════════════════════════════════════════════════════════════════════════╡
  148. │   FUNCTIONS    KEY                         EXPLANATION                      │
  149. ├─────────────────────────────────────────────────────────────────────────────┤
  150. │   AutoScroll   A                           Pressing "A" will cause ML to    │
  151. │                                            begin scrolling the file one     │
  152. │                                            line at a time at a specified    │
  153. │                                            rate of speed.  To adjust the    │
  154. │                                            rate enter any number from 0 to  │
  155. │                                            9.  These number specify a time  │
  156. │                                            to delay between updates, so 0   │
  157. │                                            specifies the fastest speed and  │
  158. │                                            9 specifies the slowest speed.   │
  159. │                                            Any other key or any mouse       │
  160. │                                            button pressed will cause        │
  161. │                                            scrolling to cease.              │
  162. ╞═════════════════════════════════════════════════════════════════════════════╡
  163. │   FUNCTIONS    KEY                         EXPLANATION                      │
  164. ├─────────────────────────────────────────────────────────────────────────────┤
  165. │   ScrollRight  Ctrl-Right                  Scroll 8 chars right             │
  166. ╞═════════════════════════════════════════════════════════════════════════════╡
  167. │   FUNCTIONS    KEY                         EXPLANATION                      │
  168. ├─────────────────────────────────────────────────────────────────────────────┤
  169. │   ScrollLeft   Ctrl-Left                   Scroll 8 chars left              │
  170. ╞═════════════════════════════════════════════════════════════════════════════╡
  171. │   FUNCTIONS    KEY                         EXPLANATION                      │
  172. ├─────────────────────────────────────────────────────────────────────────────┤
  173. │   Hex          H                           Toggles between text mode and    │
  174. │                                            hex dump mode.                   │
  175. ╞═════════════════════════════════════════════════════════════════════════════╡
  176. │   FUNCTIONS    KEY                         EXPLANATION                      │
  177. ├─────────────────────────────────────────────────────────────────────────────┤
  178. │   View         V                           Toggles between 25 lines and 43  │
  179. │                                            lines on EGA monitors, or 50     │
  180. │                                            lines on VGA monitors.           │
  181. ╞═════════════════════════════════════════════════════════════════════════════╡
  182. │                                                                             │
  183. │   REGISTRATION, SHAREWARE, AND TECHNICAL SUPPORT                            │
  184. │                                                                             │
  185. │   ML (pronounce it "Mel") requires licensing for continued use.  ML is not  │
  186. │   in the public domain, neither is it free.  In order to keep production    │
  187. │   costs down, we use a marketing scheme that some have called "Shareware."  │
  188. │   Shareware marketing means that you can freely copy ML for yourself and    │
  189. │   use the program on your computer for purposes of evaluating the program   │
  190. │   (to see if the program fits your needs). After a reasonable period of     │
  191. │   time (say 21 days) if you continue to use the program, you should then    │
  192. │   purchase a license to use the program.  Licensing for ML costs $6.00.     │
  193. │   For the licensing fee of $6.00 you will receive the latest version of ML  │
  194. │   on a double density 5 1/4 inch floppy, or if you already have the latest  │
  195. │   version, the next version to be released will be sent.  The author is     │
  196. │   also working of an Extended Mouse Lister (MLX).  MLX will contain all     │
  197. │   the features of ML and then some.  In addition to ML's features MLX will  │
  198. │   add a DOS shell function, the ability to change files without exiting     │
  199. │   the program, a hypertext capability, menus, and other advanced            │
  200. │   functions.  When you purchase a license for ML you will automatically be  │
  201. │   granted a license for MLX.                                                │
  202. │                                                                             │
  203. │   A special license for ML only (i.e. MLX is not included) is granted to    │
  204. │   all licensees of WINDIR version 1.4 or greater.  WINDIR is a mouse        │
  205. │   oriented directory utility.  See WINDIR.DOC in WDIRxx.EXE, a              │
  206. │   self-extracting archive.                                                  │
  207. │                                                                             │
  208. │   Your license will also entitle you to technical support via the address,  │
  209. │   telephone numbers, or CompuServe number given above.  Update notices of   │
  210. │   enhancements to ML and MLX will be sent to all registered users.  No      │
  211. │   further licensing will be necessary to receive future versions of the     │
  212. │   program, but a small fee will be charged if you wish to get an update     │
  213. │   from the author.                                                          │
  214. │                                                                             │
  215. │   The shareware approach to selling software is an honor system. Authors    │
  216. │   labor hard to produce good software for computer users and trust users    │
  217. │   to license the software they use.  Unless users are honest shareware      │
  218. │   authors must abandon the practice. They will be forced either to stop     │
  219. │   writing software, or write only for commercial software houses.  In       │
  220. │   either case computer users will lose.  If you use this software, please   │
  221. │   purchase a license.                                                       │
  222. │                                                                             │
  223. ╞═════════════════════════════════════════════════════════════════════════════╡
  224. │                                                                             │
  225. │   ORDER FORM                                                                │
  226. │                                                                             │
  227. │                                                                             │
  228. │     ML LICENSING FORM                             (please print carefully)  │
  229. │                                                                             │
  230. │                                                                             │
  231. │                                                                             │
  232. │     Name: ___________________________________________ Date _______________  │
  233. │                                                                             │
  234. │                                                                             │
  235. │     Company: _____________________________________________________________  │
  236. │                                                                             │
  237. │                                                                             │
  238. │     Mailing Address: _____________________________________________________  │
  239. │                                                                             │
  240. │                                                                             │
  241. │     City: ________________________________________________________________  │
  242. │                                                                             │
  243. │                                                                             │
  244. │     State: _____________________  Zip Code: ______________________________  │
  245. │                                                                             │
  246. │                                                                             │
  247. │     Phone: (_______) ______________________________ Ext. _________________  │
  248. │                                                                             │
  249. │                                                                             │
  250. │     Please register me as a user of ML.  My current version is ______.      │
  251. │     A check or money order is enclosed for the following items:             │
  252. │                                                                             │
  253. │                                                                             │
  254. │                                                                             │
  255. │     1.  Basic registration   _____________ @ $6.00 each = $_______________  │
  256. │                                                                             │
  257. │                                                                             │
  258. │     2.  Site license      ____  5 to 25     $25.00         _______________  │
  259. │                                                                             │
  260. │                                                                             │
  261. │                           ____  Over 25     $50.00         _______________  │
  262. │                                                                             │
  263. │                                                                             │
  264. │     3.  Extra copies         _____________ @ $3.00 each =  _______________  │
  265. │                                                                             │
  266. │                                                                             │
  267. │     4.  Outside USA S/H for ________ disks @ $1.00 each =  _______________  │
  268. │                                                                             │
  269. │                                                                             │
  270. │                          TOTAL (includes S/H in USA)      $_______________  │
  271. │                                                                             │
  272. │                                                                             │
  273. │     Make check or money order payable to                                    │
  274. │                                                                             │
  275. │                               J. G. Yoder                                   │
  276. │                               P.O. Box 307                                  │
  277. │                               Coalgate, OK 74538                            │
  278. │                                                                             │
  279. │                                                                             │
  280. └─────────────────────────────────────────────────────────────────────────────┘
  281.